body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    border-collapse: collapse;
}

body {
    color: #666666;
    font: 12px "宋体",Arial,Helvetica,sans-serif;
    position: relative;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
	display:block;
	border: medium none;
}

a, a:hover {
    color: #222222;
    cursor: pointer;
    text-decoration: none;
}

ol, ul {
    list-style: outside none none;
}
ul, li {
    list-style-type: none;
}

.left{
	float:left;
}
.right{
	float:right;
}

.wrapper {
    margin: auto;
    overflow: hidden;
    position: relative;
}

#mapctr {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    width: 30px;
	z-index:999;
}

.mapdownbtn {
    background: url("../../images/index_v1/icon_up.jpg") no-repeat scroll 0 0;
}
.mapupbtn {
    background: url("../../images/index_v1/icon_down.jpg") no-repeat scroll 0 0;
}

.maptop {
    background: url("../../images/index_v1/djw_bj.jpg") no-repeat scroll center top;
    height: 482px;
    width: 100%;
}

.maptop_connent {
    margin: 0 auto;
    overflow: hidden;
    width: 970px;
}
.maptop_connent_left {
    display: inline;
    float: left;
    margin-top: 30px;
}

.maptop_connent_right {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 70px;
    width: 473px;
}

.maptop_connent_right h3 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 5px;
    width: 473px;
}

.maptop_connent_right .city {
    margin-top: 20px;
}
.maptop_connent_right .city li {
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
    margin-top: 6px;
    text-align: center;
    width: 110px;
}
.maptop_connent_right .city li span {
    cursor: pointer;
    display: block;
    height: 30px;
    width: auto;
	color:#000000;
	background-color:transparent;
}

.maptop_connent_right .city li span.cur {
    color: #FFFFFF; 
	background: #FFA10E;
}